Skip to content
Snippets Groups Projects
Commit 5f4331ba authored by Lukáš Vlček's avatar Lukáš Vlček
Browse files

FE dockerfile updated

parent cacbe194
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ FROM node:lts
WORKDIR app
COPY package.json package.json
COPY next.config.js next.config.js
COPY yarn.lock yarn.lock
RUN yarn install --pure-lockfile --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment