Compare commits
2 Commits
dbc34ba085
...
63a73571cf
Author | SHA1 | Date | |
---|---|---|---|
63a73571cf | |||
bc3429171b |
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