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

Update next-kubernetes.yml

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