mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-13 13:57:19 -05:00
chore: fix Docker environment variable format
This commit is contained in:
@@ -37,7 +37,7 @@ ARG app_dir
|
||||
RUN mkdir -p ${app_dir}/logs
|
||||
RUN chown node:node ${app_dir}/logs
|
||||
|
||||
ENV NODE_ENV production
|
||||
ENV NODE_ENV=production
|
||||
USER node
|
||||
|
||||
COPY package.json .
|
||||
|
||||
Reference in New Issue
Block a user