Skip to content

Commit

Permalink
permission
Browse files Browse the repository at this point in the history
  • Loading branch information
angrysoft committed Mar 11, 2024
1 parent 7e10865 commit eb6d311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ COPY --from=builder --chown=http:http /app/next.config.js ./
COPY --from=builder --chown=http:http /app/.next/standalone ./
COPY --from=builder --chown=http:http /app/.next/static ./.next/static
RUN ln -sf /data/.env.production ./.env.production
RUN chown -R http:http .

USER http
EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixturedb",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit eb6d311

Please sign in to comment.