Updated Dockerfile with valid test values

This commit is contained in:
Corey Butler 2022-10-12 20:54:49 -05:00
parent 3a8a42e855
commit 831d83bc9c
No known key found for this signature in database
GPG Key ID: 11C5CD9E1B4C7F8F

View File

@ -1,5 +1,5 @@
FROM node:13-alpine
LABEL version=1.1.0
LABEL version=1.10.0
ADD ./app /app
WORKDIR /app
RUN cd /app && npm i