Skip to content

Commit

Permalink
existing users need to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiang01 committed Jan 16, 2024
1 parent 2159c87 commit 1de859e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY --from=base /app/node_modules /app/node_modules
ADD package.json app.js ./
ADD src ./src
ADD migrations ./migrations
USER ${USER_UID}
ENTRYPOINT ["/usr/bin/tini","-g", "--"]
EXPOSE 5006
CMD ["node", "app.js"]
1 change: 0 additions & 1 deletion docker/edge-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ COPY --from=base /public /public
ADD package.json app.js ./
ADD src ./src
ADD migrations ./migrations
USER ${USER_UID}
ENTRYPOINT ["/sbin/tini","-g", "--"]
ENV ACTUAL_WEB_ROOT=/public
EXPOSE 5006
Expand Down
1 change: 0 additions & 1 deletion docker/edge-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ COPY --from=base /public /public
ADD package.json app.js ./
ADD src ./src
ADD migrations ./migrations
USER ${USER_UID}
ENTRYPOINT ["/usr/bin/tini","-g", "--"]
ENV ACTUAL_WEB_ROOT=/public
EXPOSE 5006
Expand Down
1 change: 0 additions & 1 deletion docker/stable-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY --from=base /app/node_modules /app/node_modules
ADD package.json app.js ./
ADD src ./src
ADD migrations ./migrations
USER ${USER_UID}
ENTRYPOINT ["/sbin/tini","-g", "--"]
EXPOSE 5006
CMD ["node", "app.js"]
1 change: 0 additions & 1 deletion docker/stable-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COPY --from=base /app/node_modules /app/node_modules
ADD package.json app.js ./
ADD src ./src
ADD migrations ./migrations
USER ${USER_UID}
ENTRYPOINT ["/usr/bin/tini","-g", "--"]
EXPOSE 5006
CMD ["node", "app.js"]

0 comments on commit 1de859e

Please sign in to comment.