Skip to content

Commit

Permalink
A0-3351: Fix correct docker file and remove not used one
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 23, 2023
1 parent be7ec14 commit d2dbbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apk add curl git gnupg ca-certificates
WORKDIR /apps
COPY . .

RUN npm install --legacy-peer-deps
RUN export $BUILD_ENVS && npm run build
RUN yarn install
RUN export $BUILD_ENVS && yarn build

# ===========================================================
FROM nginx:stable-alpine
Expand Down

0 comments on commit d2dbbf5

Please sign in to comment.