Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Question Titles with Ids in Google Form sync #283

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ADD pyproject.toml /app
ADD pdm.lock /app
ADD README.md /app
RUN pdm lock --check && pdm sync
# RUN pdm install --no-lock --no-editable

# Copy the rest of the project
ADD .git /app/.git
Expand Down
Loading