You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chown -R gwas-web:root /gwapp && chmod -R 755 /gwapp
RUN echo "cm_dir = /srv/data/gwas-web/dataset/" > /home/gwas-web/.gwa_config
# required because of https://github.com/docker/docker/issues/20240
RUN cd backend && ln -s static ../frontend/target/gwaswebapp-0.0.1-SNAPSHOT/ && cd public && ln -s resources ../../frontend/src/main/java/com/gmi/gwaswebapp/client/resources/ && cd /gwapp