Revert "fix(docker): 🐛 Runtime public environment"
This reverts commit e03fe9f7d9
.
This commit is contained in:
@ -36,10 +36,10 @@ COPY --from=builder /app/apps/${SCOPE}/.next/static ./.next/static
|
||||
COPY --from=builder /app/apps/${SCOPE}/.env.docker ./.env.production
|
||||
RUN apt-get -qy update && apt-get -qy install openssl
|
||||
|
||||
COPY env.sh ./
|
||||
COPY entrypoint.sh ./
|
||||
COPY ${SCOPE}-entrypoint.sh ./
|
||||
RUN chmod +x ./${SCOPE}-entrypoint.sh
|
||||
RUN chmod +x ./env.sh
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
ENTRYPOINT ./${SCOPE}-entrypoint.sh
|
||||
|
||||
EXPOSE 3000
|
||||
|
Reference in New Issue
Block a user