Skip to content
Open
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


FROM node:8.14.0-jessie
COPY index.js ./
RUN npm install express
RUN npm install mysql
EXPOSE 3000
CMD [ "node", "index.js" ]
26 changes: 13 additions & 13 deletions answers.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Answers

Lastname:
Firstname:

Lastname: BAHRI
Firstname: Skander
## 2.2
command:

command: docker build -t app .
## 2.3
question:
command:
question:
command: sudo docker run test

## 2.5
question:
command:
question:

command:
## 2.6
command:

question:

command:

command:

command:
## 2.7
question:

question:
command:

command:

command:

## 2.8
Expand Down
Loading