Adapting compose.yaml
This commit is contained in:
@@ -18,5 +18,4 @@ COPY . .
|
||||
# build app for production with minification
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["serve", "-s", "dist", "-l", "8080"]
|
||||
CMD ["serve", "-s", "dist", "-l", "3001"]
|
||||
Reference in New Issue
Block a user