Updated Dockerfile

This commit is contained in:
Donny 2024-08-30 08:40:54 -06:00
parent a9d1fb2de6
commit 97e8b81bc7

View File

@ -5,7 +5,7 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY ./Frontend . COPY . .
EXPOSE 3000 EXPOSE 3000