Skip to content
Snippets Groups Projects
Commit 493cc427 authored by fz2907's avatar fz2907
Browse files

Try DockerFile

parent a42a6e7a
No related branches found
No related tags found
1 merge request!37Start AgreedMatchPage to show the ongoing matches and history matches for user...
FROM ubuntu
CMD echo "Start building..."
COPY SwitchRoomDocker.tar /home
RUN cd /home && \
tar -xvf SwitchRoomDocker.tar &&\
apt -y update && \
apt -y install openjdk-17-jre &&\
apt -y install nodejs npm &&\
cd /home/vue &&\
npm install &&\
npm audit fix
# ENTRYPOINT /bin/bash
ENTRYPOINT /bin/bash
# java -jar SwitchRoom.jar --spring.config.location=application.properties
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment