fix dockerfile

This commit is contained in:
Akis 2022-08-27 19:46:06 +03:00
parent 6b2fe73fec
commit e847534f03
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -9,4 +9,4 @@ RUN npm run build
FROM nginx:1.23-alpine
COPY --from=build /app/build /usr/share/nginx/html
EXPOSE 80
EXPOSE 80