diff --git a/Dockerfile b/Dockerfile
index 13ea2722c772ba228f005a5cfbbc49cdbec00b38..94048bd53d571d48f7800b07a2c363b72189936c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,5 +16,3 @@ RUN npm run build
 # production stage
 FROM nginx:stable-alpine as production-stage
 COPY --from=build-stage /app/dist /usr/share/nginx/html
-EXPOSE 8093
-CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file