Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 26db5fc

Browse files
authored
Update Dockerfile
1 parent cb71504 commit 26db5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/vue-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG STAGE
77
RUN npm ci --silent \
88
&& npm run build
99

10-
FROM microparts/static-server-php:1.0.0
10+
FROM microparts/static-server-php:1.0.2
1111

1212
COPY --from=0 /usr/app/dist /app
1313
COPY --from=0 /usr/app/configuration /app/configuration

0 commit comments

Comments
 (0)