mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 10:33:26 +00:00
add basic repo setup, with user creation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
# install dependencies
|
||||
@@ -11,6 +11,6 @@ RUN npm run build
|
||||
|
||||
# start server
|
||||
EXPOSE 80
|
||||
ENV CONF_SERVER__PORT=80
|
||||
ENV MWB_SERVER__PORT=80
|
||||
ENV NODE_ENV=production
|
||||
CMD ["npm", "run", "start"]
|
||||
|
Reference in New Issue
Block a user