Skip to content

Commit

Permalink
fix: expose 8000 port
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-98 committed Dec 24, 2024
1 parent 63474e4 commit c7e530c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN --mount=type=cache,id=yarn,target=/root/.yarn \

FROM gcr.io/distroless/nodejs20-debian12

EXPOSE 8000
WORKDIR /app
COPY --from=dev /app /app
CMD ["--enable-source-maps", "/app/build/main.mjs"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apy-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gearbox SDK",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit c7e530c

Please sign in to comment.