generated from ztimson/template
Update Dockerfile
All checks were successful
Build and publish / Build Container (push) Successful in 1m41s
All checks were successful
Build and publish / Build Container (push) Successful in 1m41s
This commit is contained in:
@@ -11,5 +11,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends libpython3.11 p
|
|||||||
echo 'alias pip="pip3"' >> /root/.bashrc && \
|
echo 'alias pip="pip3"' >> /root/.bashrc && \
|
||||||
echo 'alias python="python3"' >> /root/.bashrc
|
echo 'alias python="python3"' >> /root/.bashrc
|
||||||
|
|
||||||
WORKDIR /tmp
|
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user