Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 6, 2023
1 parent 9f61ba8 commit bb8a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build environment
FROM node:18-alpine3.17 as build
WORKDIR /app
COPY package.json yarn.lock ./
COPY package.json yarn.lock .env.sh ./
RUN yarn install --frozen-lockfile
COPY . .
RUN yarn build
Expand Down

0 comments on commit bb8a094

Please sign in to comment.