fix(docker): rename

This commit is contained in:
Isaac 2023-02-15 01:17:17 +00:00
parent 699b612e67
commit ec8589393b
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -19,6 +19,6 @@ ENV NODE_ENV=production \
SETTINGS_HOST=127.0.0.1 \
SETTINGS_PORT=8169
WORKDIR /usr/bot
COPY --from=build /build ./
COPY --from=builder /build ./
EXPOSE ${HTTP_PORT}
ENTRYPOINT [ "/bin/sh", "/usr/bot/scripts/start.sh" ]