default port
This commit is contained in:
parent
11a1d54c35
commit
1e281b851c
@ -66,7 +66,7 @@ USER ${USER_NAME}
|
|||||||
#@todo: only bring what we need
|
#@todo: only bring what we need
|
||||||
COPY --chown=${USER_NAME}:${USER_GROUP} --from=builder /build/server "${BASEDIR}/server"
|
COPY --chown=${USER_NAME}:${USER_GROUP} --from=builder /build/server "${BASEDIR}/server"
|
||||||
|
|
||||||
ENV PORT="8080"
|
ENV PORT="3001"
|
||||||
ENV CONFIG_PATH="${BASEDIR}/config.json"
|
ENV CONFIG_PATH="${BASEDIR}/config.json"
|
||||||
ENV DATABASE="${BASEDIR}/database.db"
|
ENV DATABASE="${BASEDIR}/database.db"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user