Skip to content

Commit

Permalink
chore(project): update data-norge Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillebo committed Oct 17, 2024
1 parent 53c69e5 commit 74a8a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/data-norge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine3.18
ARG NODE_ENV
WORKDIR /app
COPY yarn.lock dist/apps/data-norge ./
COPY .yarnrc.yml yarn.lock dist/apps/data-norge ./
ENV NODE_ENV=$NODE_ENV
RUN corepack enable
RUN yarn set version stable
Expand Down

0 comments on commit 74a8a4b

Please sign in to comment.