Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Sep 24, 2024
1 parent ba076fb commit 9b60fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV application.dslPath=/DSL
COPY .env /app/.env
RUN echo BUILDTIME=`date +%s` >> /app/.env

RUN adduser xtr
RUN useradd -D xtr
RUN chown -R xtr:xtr /app
RUN chown -R xtr:xtr /DSL
USER xtr
Expand Down

0 comments on commit 9b60fbc

Please sign in to comment.