Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-hegde committed Apr 16, 2024
1 parent b14369f commit 0abbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ COPY --chown=nextpy --from=init /app /app
USER nextpy
ENV PATH="/app/.venv/bin:$PATH" API_URL=$API_URL

CMD ["sh","-c","nextpy db migrate && nextpy run --env prod --backend-only"]
CMD nextpy db migrate && nextpy run --env prod --backend-only

0 comments on commit 0abbc53

Please sign in to comment.