Skip to content

Commit c7e530c

Browse files
committed
fix: expose 8000 port
1 parent 63474e4 commit c7e530c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN --mount=type=cache,id=yarn,target=/root/.yarn \
2929

3030
FROM gcr.io/distroless/nodejs20-debian12
3131

32+
EXPOSE 8000
3233
WORKDIR /app
3334
COPY --from=dev /app /app
3435
CMD ["--enable-source-maps", "/app/build/main.mjs"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apy-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Gearbox SDK",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)