Prod in port 3000
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ RUN npm ci --only=production
|
||||
COPY --from=builder .next .next
|
||||
COPY --from=builder public public
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["npm", "run", "serve"]
|
||||
|
||||
+1
-1
@@ -13,5 +13,5 @@ RUN npm ci --only=production
|
||||
COPY --from=builder .next .next
|
||||
COPY --from=builder public public
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["npm", "run", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user