Imagen Dockerfile backend
This commit is contained in:
parent
d5e906cca0
commit
cff5d587e2
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk update && apk add --no-cache nodejs npm make g++
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
Loading…
Reference in New Issue
Block a user