fix typo in Dockerfile

main
Cameron Clough 2022-01-10 20:21:42 +00:00
parent f41ae0c8db
commit b95f87f98b
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ RUN npm run build
FROM nginx:1.20-alpine AS server
COPY --from=builder /app/dist/ usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf