diff --git a/Dockerfile b/Dockerfile index 12049a3..c6dbb33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,4 @@ RUN npm run build FROM nginx:latest COPY --from=build /app/dist/portofolio /usr/share/nginx/html EXPOSE 80 +