Skip to content

Commit

Permalink
Merge pull request #300 from LykkeCity/LM-3046_Lykke_Logo_Update_v4
Browse files Browse the repository at this point in the history
LM-3046 fix Dockerfile
  • Loading branch information
1scrooge authored Nov 30, 2023
2 parents b8dce90 + 6c35b1c commit ab9897d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN yarn build

FROM ilagnev/alpine-nginx-lua

ARG VERSION=1.0.0
ENV APP_VERSION=$VERSION
ARG BUILD_VERSION=1.0.0
ENV APP_VERSION=$BUILD_VERSION

WORKDIR /usr/share/nginx/html
COPY --from=builder /app/build/ /usr/share/nginx/html
Expand Down

0 comments on commit ab9897d

Please sign in to comment.