mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
add Dockerfile
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:14
|
||||
|
||||
EXPOSE 3333
|
||||
|
||||
WORKDIR /usr/src/artsite
|
||||
|
||||
COPY package.json package.json
|
||||
|
||||
RUN yarn build
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user