mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
Fix Dockerfile
This commit is contained in:
parent
d6e588c629
commit
1cac358a6f
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ ENV PATH=$GEM_HOME/bin:$PATH
|
|||
ENV BUNDLE_APP_CONFIG=.bundle
|
||||
|
||||
RUN adduser --uid 1000 scinote
|
||||
RUN chown scinote:scinote $APP_HOME
|
||||
USER scinote
|
||||
|
||||
COPY --from=builder --chown=scinote:scinote $APP_HOME $APP_HOME
|
||||
|
|
Loading…
Reference in a new issue