Skip to content

Commit

Permalink
Merge pull request #85 from tago-io/fixing_dockerfile
Browse files Browse the repository at this point in the history
Changes dockerfile to run the integration build
  • Loading branch information
felipefdl authored Dec 3, 2024
2 parents cf9504a + 9f60b0e commit 005df2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN just install;
# Build the console
RUN just build-console;

# Build the integration
RUN just build-integration;

# Expose the necessary port
EXPOSE 8888

Expand Down

0 comments on commit 005df2b

Please sign in to comment.