Skip to content
Snippets Groups Projects
Commit 6e89e486 authored by Stefan Bakocs's avatar Stefan Bakocs :loud_sound:
Browse files

add lockfile to docker

parent 642743b5
No related branches found
No related tags found
1 merge request!4WIP: feat/sast
Pipeline #90258 passed
...@@ -13,6 +13,7 @@ include: ...@@ -13,6 +13,7 @@ include:
cat > Dockerfile <<EOF cat > Dockerfile <<EOF
FROM node:12 FROM node:12
ADD . /app ADD . /app
ADD . yarn.lock
WORKDIR /app WORKDIR /app
RUN yarn --production RUN yarn --production
EXPOSE 8080 EXPOSE 8080
......
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