Skip to content

Commit 46bc081

Browse files
committed
fix: not exposing
1 parent 106c2b0 commit 46bc081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ COPY --from=migrator-build /prod/migrator /app/migrator
148148
ENV NODE_ENV=production
149149

150150
# Expose all ports
151-
EXPOSE 3001 5173 5174 80 443
151+
# EXPOSE 3001 5173 5174 80 443
152152

153153
# Default command - can be overridden when running the container
154154
CMD ["echo", "This is a multi-app image. Please specify which app to run by overriding the CMD."]

0 commit comments

Comments
 (0)