diff --git a/Dockerfile b/Dockerfile index fde6d96..32ff3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,5 @@ RUN npm run build FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf -# EXPOSE 32166 -EXPOSE 32190 +EXPOSE 32166 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/manifest.yaml b/manifest.yaml deleted file mode 100644 index c3c0249..0000000 --- a/manifest.yaml +++ /dev/null @@ -1,10 +0,0 @@ -version: '3.8' - -services: - apkt-eis: - build: - context: . - dockerfile: Dockerfile - ports: - - "32190:80" - restart: always \ No newline at end of file