Updated dir structure to put the actual source code in the general /src dir
This commit is contained in:
@@ -12,7 +12,7 @@ RUN npm install -g node-gyp
|
||||
RUN npm install
|
||||
|
||||
# Copy the rest of the application code to the working directory
|
||||
COPY . .
|
||||
COPY ./src ./src
|
||||
|
||||
# Expose the port on which your Node.js application will run
|
||||
EXPOSE 3420
|
||||
|
||||
Reference in New Issue
Block a user