File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ RUN npm run webpack
1919FROM docker.io/python:3.12-slim-bookworm
2020MAINTAINER Computer Science House <webmaster@csh.rit.edu>
2121
22- RUN mkdir /opt/conditional
22+ WORKDIR /opt/conditional
2323
2424COPY requirements.txt /opt/conditional
2525
26- WORKDIR /opt/conditional
27-
2826RUN apt-get -yq update && \
2927 apt-get -yq install libsasl2-dev libldap2-dev libldap-common libssl-dev gcc g++ make && \
3028 pip install -r requirements.txt && \
@@ -35,6 +33,7 @@ ENV PORT=${PORT}
3533EXPOSE ${PORT}
3634
3735COPY conditional /opt/conditional/conditional
36+ COPY migrations /opt/conditional/migrations
3837COPY *.py package.json /opt/conditional/
3938COPY --from=build-frontend /opt/conditional/conditional/static/ /opt/conditional/conditional/static/
4039
You can’t perform that action at this time.
0 commit comments