We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0051d commit 55f6640Copy full SHA for 55f6640
web/Dockerfile
@@ -173,5 +173,6 @@ ENV NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=${NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY}
173
# Note: Don't expose ports here, Compose will handle that for us if necessary.
174
# If you want to run this without compose, specify the ports to
175
# expose via cli
176
+RUN ls -la
177
178
CMD ["node", "server.js"]
0 commit comments