Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 751e506

Browse files
committed
add dockerfile
1 parent cde2b64 commit 751e506

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM node:lts
2+
WORKDIR /usr/src/app
3+
RUN apt-get update && apt-get install gnupg2 -y
4+
COPY package*.json ./
5+
RUN yarn
6+
COPY . .
7+
CMD [ "yarn", "run", "container-start" ]

0 commit comments

Comments
 (0)