Skip to content

Commit

Permalink
Update pi.client.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaT3 committed Mar 15, 2023
1 parent fe0a674 commit 08d5b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpiritSpenderClient/pi.client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN npm install
COPY . .
RUN npm run build:prod

FROM arm64v8/nginx:1.23-alpine AS prod
FROM arm64v8/nginx:1.18-alpine AS prod
COPY --from=build /usr/src/app/dist/SpiritSpenderClient /usr/share/nginx/html

0 comments on commit 08d5b37

Please sign in to comment.