diff --git a/Dockerfile b/Dockerfile index c969c173..b50b36a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ WORKDIR /app COPY . . RUN npm install RUN npm run build - +EXPOSE 8080 FROM nginx:alpine COPY --from=node /app/dist/angular-14-form-validation /usr/share/nginx/html