Skip to content

Commit

Permalink
Chore(spaceward): Fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajsobolewski committed Sep 12, 2024
1 parent f609b2e commit a5bbb07
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
Expand Up @@ -128,7 +128,7 @@ COPY --from=snap-builder /snap/snap.manifest.json /wardenprotocol/spaceward/dist
COPY --from=snap-builder /snap/images /wardenprotocol/spaceward/dist/images
COPY --from=snap-builder /snap/dist /wardenprotocol/spaceward/dist/dist

FROM nginx:1.25.3-alpine3.18-perl AS spaceward
FROM nginx:stable-alpine AS spaceward
WORKDIR /var/www/app
EXPOSE 8080

Expand Down

0 comments on commit a5bbb07

Please sign in to comment.