Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored Jul 12, 2024
1 parent 24d66aa commit 560f01c
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
@@ -1,7 +1,7 @@
FROM alpine:latest as extractwar
RUN apk --no-cache add unzip
WORKDIR /tmp
COPY docker/mapstore.war mapstore.war
COPY docker/MapStore-*.war mapstore.war
RUN unzip mapstore.war -d mapstore


Expand Down

0 comments on commit 560f01c

Please sign in to comment.