Skip to content

Commit

Permalink
fix docker error.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseiNicolae committed Apr 10, 2022
1 parent 1cf3818 commit 47501e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:16-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
COPY package.json ./
RUN yarn install --frozen-lockfile

# Rebuild the source code only when needed
Expand Down

0 comments on commit 47501e3

Please sign in to comment.