Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
sumesh-aot committed Jan 19, 2024
1 parent fb050ea commit df10ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ COPY --chown=redash client /frontend/client
COPY --chown=redash webpack.config.js /frontend/
RUN if [ "x$skip_frontend_build" = "x" ] ; then npm run build; else mkdir -p /frontend/client/dist && touch /frontend/client/dist/multi_org.html && touch /frontend/client/dist/index.html; fi

FROM python:3.7.17-slim-buster
FROM --platform=linux/amd64 python:3.7.17-slim-buster

EXPOSE 5000

0 comments on commit df10ea7

Please sign in to comment.