This commit is contained in:
Lee 2023-10-18 00:05:09 +01:00
parent 88ec581ba4
commit 8200a30d50

@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest
EXPOSE 5000
RUN npm i -g yarn
RUN yarn install
RUN yarn build