Changed backend to frontend in comments for Dockerfile for frontend.
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ RUN npm install -g serve
|
|||||||
# Switch user
|
# Switch user
|
||||||
USER nonroot
|
USER nonroot
|
||||||
|
|
||||||
# Expose backend port
|
# Expose frontend port
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Run backend
|
# Run frontend
|
||||||
CMD ["serve", "-s", "/app"]
|
CMD ["serve", "-s", "/app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user