This commit is contained in:
parent
eed93b911d
commit
b4ebc27541
@ -6,7 +6,7 @@ RUN yarn install
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
FROM httpd:latest-alpine
|
||||
FROM httpd:latest
|
||||
|
||||
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user