Skip to content

Commit

Permalink
remove env debug from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshayy authored Mar 15, 2023
1 parent 13c8413 commit 7dc606b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/standalone-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ CMD [ "yarn", "dev" ]
FROM base as production
LABEL org.opencontainers.image.source=https://github.com/livecycle/preview
LABEL org.opencontainers.image.description="Preview Proxy"
ENV DEBUG=1
CMD [ "yarn", "start" ]

0 comments on commit 7dc606b

Please sign in to comment.