Setting up continuous deployment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM thecodingmachine/nodejs:12
|
||||
|
||||
COPY . .
|
||||
RUN yarn install
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD ['yarn', 'run', 'prod']
|
||||
Reference in New Issue
Block a user